list

pure constructor()

Construct a new empty list.

Since

0.6.0


pure constructor(values: iterable<-T>)

Construct a new list by copying the values from another iterable.

Since

0.6.0

Parameters

values

an iterable containing values with which to initialize this list